Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the ids, names and types of the collection. Some remarks.
C++:
#include "imsigx.h"
HRESULT hr = pObject->Enumerate(IDs, Names, Types);
Visual Basic:
object.Enumerate(IDs, Names, Types)
Parts:
IDs |
VARIANT* |
[out] |
An array of longs. |
Names |
VARIANT* |
[out] |
An array of strings. |
Types |
VARIANT* |
[out] |
An array of longs. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums